Outputs of the METOD Algorithm¶
List of available results¶
As discussed in Example 1 and Example 2, outputs can be saved to csv files.
The table below contains details of the outputs from the METOD Algorithm.
Ouput |
Type |
Description |
|---|---|---|
|
list |
Each unique minimizer found. |
|
integer |
Total number of unique minimizers found. |
|
list |
Function evaluated at each unique minimizer. |
|
integer |
Total number of repeated local descents to the same local minimizer. |
|
list |
Starting points used by the METOD Algorithm. |
|
1-D array |
Total number of gradient evaluations computed by the METOD algorithm for each starting point. If local descent is terminated early for a point, the total number of gradient evaluations will be small. |